home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / minix / libsrc~1.z / libsrc~1 / stend.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-28  |  130 b   |  19 lines

  1. #ifdef ACK
  2.         .text
  3.         .data
  4.         .bss
  5.  
  6.     .globl    _etext
  7.     .globl    _edata
  8.     .globl    _end
  9.  
  10.     .text
  11. _etext:
  12.  
  13.     .data
  14. _edata:
  15.  
  16.     .bss
  17. _end:
  18. #endif
  19.